Summary

Insert link to self with another presentation template.

Component properties
Category AS EPT
Version 1.1
Complies with Xhtml 1.0 / 1.1 rules Yes
Supported server programming languages C# Visual Basic.NET
Output content type inline

When to use

This component is typically used in a presentation template when you want to display the current document using another presentation template. This component inserts a link in the presentation template that refers to the current document, but with a different ptid.

Programming interface

Parameters

Linktext
The text to display in the link.
LinkField
Specifies if the text you typed in the Linktext parameter should be considered to be a EPT field, if checked, the value of this EPT field is used.
LinkImage
Optional, an image to include in the link.
ImageField
Specifies if the text you typed in the LinkImage parameter should be considered to be a EPT field, if checked, the value of this EPT field is used.
AltText
A value that specifies an alternative text for the link image.
Title
A value that specifies the title attribute of the link. This value is typically displayed as a tool tip in the client's browser.
Target
A value that specifies the target attribute of the link.
TargetField
Specifies if the text you typed in the Target parameter should be considered to be a EPT field, if checked, the value of this EPT field is used.
PTID
A presentation template for this document.
RootSelf
Specifies whether to link to the root document (the id in querystring).
ClassName
A value that specifies the class attribute for the link. This can be used if you want to apply styling to the link.
RememberQueryString
Remember all querystring variables - except id and ptid

Remarks

This component only works in presentation templates.